home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Solitaire / Sources / Template / English.lproj / LargeGame.nib / data.classes next >
Text File  |  1994-01-11  |  601b  |  47 lines

  1. GameModule = {
  2.     ACTIONS = {
  3.     endGame:;
  4.     showRules:;
  5.     startGame:;
  6.     windowDidMove:;
  7.     inspector:;
  8.     windowWillClose:;
  9.     restartGame:;
  10.     };
  11.     OUTLETS = {
  12.     prefs;
  13.     rulesWindow;
  14.     inspector;
  15.     bundle;
  16.     gameWindow;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. Template = {
  21.     ACTIONS = {
  22.     };
  23.     OUTLETS = {
  24.     };
  25.     SUPERCLASS = GameModule;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. CardPileView = {
  33.     ACTIONS = {
  34.     drawDragCard:;
  35.     resetBacking:;
  36.     };
  37.     OUTLETS = {
  38.     delegate;
  39.     coverPile3;
  40.     coverPile1;
  41.     coverPile4;
  42.     coverPile2;
  43.     beneath;
  44.     };
  45.     SUPERCLASS = View;
  46. };
  47.